home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / bubble_tanks_2.swf / scripts / DefineButton2_369 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2008-09-02  |  153 b   |  7 lines

  1. on(press){
  2.    _root.navi.bottomTexty.gotoAndPlay(151);
  3.    gotoAndPlay(28);
  4.    _global.page = "bubbleopedia";
  5.    _parent.gotoAndPlay("navi out");
  6. }
  7.